+Sun Jun 6 23:24:43 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktexttag.c (gtk_text_tag_class_init): Improve the description
+ of the ::language property. (#143802, Owen Taylor)
+
Sat Jun 5 23:07:30 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkentrycompletion.c: (gtk_entry_completion_init),
+Sun Jun 6 23:24:43 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktexttag.c (gtk_text_tag_class_init): Improve the description
+ of the ::language property. (#143802, Owen Taylor)
+
Sat Jun 5 23:07:30 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkentrycompletion.c: (gtk_entry_completion_init),
+Sun Jun 6 23:24:43 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktexttag.c (gtk_text_tag_class_init): Improve the description
+ of the ::language property. (#143802, Owen Taylor)
+
Sat Jun 5 23:07:30 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkentrycompletion.c: (gtk_entry_completion_init),
+Sun Jun 6 23:24:43 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktexttag.c (gtk_text_tag_class_init): Improve the description
+ of the ::language property. (#143802, Owen Taylor)
+
Sat Jun 5 23:07:30 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkentrycompletion.c: (gtk_entry_completion_init),
PROP_LANGUAGE,
g_param_spec_string ("language",
P_("Language"),
- P_("The language this text is in, as an ISO code. Pango can use this as a hint when rendering the text. If you don't understand this parameter, you probably don't need it"),
+ P_("The language this text is in, as an ISO code. Pango can use this as a hint when rendering the text. If not set, an appropriate default will be used."),
NULL,
G_PARAM_READABLE | G_PARAM_WRITABLE));